lcPropsResize Home

Changes a size and position of a properties window.

 BOOL lcPropsResize (
   HANDLE hPropWnd,
   int Left,
   int Top,
   int Width,
   int Height
 );

Parameters
hPropWnd
  Handle to a properties window.
Left
  Specifies the new position of the left side of the window.
Top
  Specifies the new position of the top of the window.
Width
  Specifies the new width of the window.
Height
  Specifies the new height of the window.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcCreateProps